sd-notify 0.3.0

Lightweight crate for systemd service state notifications
Documentation

sd-notify

Actions Status Latest Version API docs

A lightweight (no dependencies) crate for sending systemd service state notifications.

Quick start

let _ = sd_notify::notify(true, &[NotifyState::Ready]);

Releases

Release notes are available in CHANGELOG.md.

License

This project is licensed under either of

at your option.